{ "version": 4, "terraform_version": "1.6.3", "serial": 281, "lineage": "7d06f033-0abf-ecf9-cf1b-226c3194ceaa", "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-a6a270fa912dc7000", "ami": "ami-138759c9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c8d14fd4"], "subnet_id": "subnet-fb566d1a", "key_name": "prod-deploy-key" } } ] } ] }