{ "version": 4, "terraform_version": "1.6.9", "serial": 296, "lineage": "50d636e9-08da-8a38-45e5-7b52c5dcc1da", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-dac263d84d6ef852b", "ami": "ami-8873d066", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5a109c86"], "subnet_id": "subnet-af008f5d", "key_name": "prod-deploy-key" } } ] } ] }