{ "version": 4, "terraform_version": "1.6.0", "serial": 434, "lineage": "5521a3e5-ce6e-b1b8-883d-59f2d0dbbbfa", "outputs": { "db_endpoint": { "value": "db-1.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-34cfc13a6c767c44a", "ami": "ami-efe49f68", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-280cd02f"], "subnet_id": "subnet-ad84590b", "key_name": "prod-deploy-key" } } ] } ] }