{ "version": 4, "terraform_version": "1.5.9", "serial": 490, "lineage": "50e74593-889c-07f7-8489-7ed7880d178a", "outputs": { "db_endpoint": { "value": "db-0.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-319d7df46f61c9bc2", "ami": "ami-791a88be", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e60c9093"], "subnet_id": "subnet-9f099de0", "key_name": "prod-deploy-key" } } ] } ] }