{ "version": 4, "terraform_version": "1.6.6", "serial": 196, "lineage": "2a107396-a54d-8084-1891-657b47e38a0a", "outputs": { "db_endpoint": { "value": "db-3.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-cc27daf60945bbd49", "ami": "ami-8fdae835", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dac65eb2"], "subnet_id": "subnet-2cd729c1", "key_name": "prod-deploy-key" } } ] } ] }