{ "version": 4, "terraform_version": "1.6.4", "serial": 360, "lineage": "55f0406b-0f77-b2e0-edf8-f10b5f797595", "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-7df2dd134516be979", "ami": "ami-34e0b87c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5712a8c6"], "subnet_id": "subnet-3b541b0b", "key_name": "prod-deploy-key" } } ] } ] }