{ "version": 4, "terraform_version": "1.5.4", "serial": 416, "lineage": "10c0fa74-5bd0-f19a-2851-11e3ce61f6b9", "outputs": { "db_endpoint": { "value": "db-1.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-f6caee85c7d1b1260", "ami": "ami-54675f89", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1077d915"], "subnet_id": "subnet-0364ac2a", "key_name": "prod-deploy-key" } } ] } ] }