{ "version": 4, "terraform_version": "1.6.1", "serial": 355, "lineage": "4becfe72-7e43-034d-a5fe-a6fed44777b8", "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-ecc7548f94958d9a5", "ami": "ami-c8d983dc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9fe6997b"], "subnet_id": "subnet-fff30dba", "key_name": "prod-deploy-key" } } ] } ] }