{ "version": 4, "terraform_version": "1.8.9", "serial": 274, "lineage": "07fb9487-b429-5fa7-9e2a-9563c96b754e", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-e5cf5163f147e95b4", "ami": "ami-34f33976", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8dde4be9"], "subnet_id": "subnet-bd86cf4b", "key_name": "prod-deploy-key" } } ] } ] }