{ "version": 4, "terraform_version": "1.6.5", "serial": 454, "lineage": "a5ab21b3-fad3-ac05-e44f-daf4c3b93030", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-f6bced7f371d329c1", "ami": "ami-3fa85d7c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f343b3d4"], "subnet_id": "subnet-ec90fc16", "key_name": "prod-deploy-key" } } ] } ] }