{ "version": 4, "terraform_version": "1.6.6", "serial": 470, "lineage": "2ed675cf-cbcd-ef8b-5821-77d192f1c46d", "outputs": { "db_endpoint": { "value": "db-0.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-b92d6db5461522b17", "ami": "ami-7a433b42", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-11cb39d3"], "subnet_id": "subnet-392aa74e", "key_name": "prod-deploy-key" } } ] } ] }