{ "version": 4, "terraform_version": "1.6.7", "serial": 117, "lineage": "24c0900c-a92f-9198-6106-99de1fd7e597", "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-09c0e525b9073ea47", "ami": "ami-e231ef19", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0f2de06a"], "subnet_id": "subnet-197dc04c", "key_name": "prod-deploy-key" } } ] } ] }