{ "version": 4, "terraform_version": "1.8.3", "serial": 183, "lineage": "70d92db8-3a17-0d15-64c8-12e1204b5568", "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-72aa468d8bf420e40", "ami": "ami-44780d02", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-874536f4"], "subnet_id": "subnet-2ab78d2a", "key_name": "prod-deploy-key" } } ] } ] }