{ "version": 4, "terraform_version": "1.8.4", "serial": 266, "lineage": "14c4b878-93a9-80e4-9aa8-2d4c52689a6d", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f1a77bf4c0a3b7dd5", "ami": "ami-eebea576", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cda42184"], "subnet_id": "subnet-72a7401b", "key_name": "prod-deploy-key" } } ] } ] }