{ "version": 4, "terraform_version": "1.7.3", "serial": 349, "lineage": "2289763a-e204-52cb-39b9-e3e6b1f4dff6", "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-fbe68e089805f9923", "ami": "ami-213a6017", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bdc2416f"], "subnet_id": "subnet-69b409e8", "key_name": "prod-deploy-key" } } ] } ] }