{ "version": 4, "terraform_version": "1.6.3", "serial": 306, "lineage": "71782803-996d-72c5-20ce-c34c4d87f83f", "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-d58083319a90b5a0a", "ami": "ami-f6ac85e0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-43ce345f"], "subnet_id": "subnet-fe73fb00", "key_name": "prod-deploy-key" } } ] } ] }