{ "version": 4, "terraform_version": "1.8.8", "serial": 233, "lineage": "06d5c162-cdf1-2371-bf04-a34fc37a9479", "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-90e849fa0ddc847c0", "ami": "ami-4a4d7ed8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9bdaea48"], "subnet_id": "subnet-8f05d213", "key_name": "prod-deploy-key" } } ] } ] }