{ "version": 4, "terraform_version": "1.7.8", "serial": 529, "lineage": "55418ba6-6b6e-2c32-a3b2-bdf55c1cc547", "outputs": { "db_endpoint": { "value": "db-1.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-81330c27bb0f8055c", "ami": "ami-db5e0277", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b2a58236"], "subnet_id": "subnet-7b7260e9", "key_name": "prod-deploy-key" } } ] } ] }