{ "version": 4, "terraform_version": "1.7.0", "serial": 388, "lineage": "948bb6ce-3db0-9078-4153-685150ad7443", "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-aa990040367496e4d", "ami": "ami-15bcb9fc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e212683f"], "subnet_id": "subnet-5de2fbd4", "key_name": "prod-deploy-key" } } ] } ] }