{ "version": 4, "terraform_version": "1.5.0", "serial": 354, "lineage": "4a897790-a766-a87c-1d1b-24d561198c4a", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-0f632433073d5a088", "ami": "ami-b65be129", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d2967015"], "subnet_id": "subnet-ae2b19fb", "key_name": "prod-deploy-key" } } ] } ] }