{ "version": 4, "terraform_version": "1.6.6", "serial": 503, "lineage": "ecac4df4-5053-75c6-b024-bc50efc13ecc", "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-b25f4bc93bca5ec5a", "ami": "ami-41f88a42", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1eaeef33"], "subnet_id": "subnet-68585479", "key_name": "prod-deploy-key" } } ] } ] }