{ "version": 4, "terraform_version": "1.6.6", "serial": 408, "lineage": "a7c76b97-4104-0303-3a50-e9ea9602df95", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-2572301371cca62ec", "ami": "ami-0c7d5ab6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-046fa3d2"], "subnet_id": "subnet-d5077250", "key_name": "prod-deploy-key" } } ] } ] }