{ "version": 4, "terraform_version": "1.8.0", "serial": 274, "lineage": "e6de4fba-808b-ce12-45ab-514ec39b5cc1", "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-fe9f9cb8d9b8c7482", "ami": "ami-77007208", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2c88897f"], "subnet_id": "subnet-044d5814", "key_name": "prod-deploy-key" } } ] } ] }