{ "version": 4, "terraform_version": "1.6.6", "serial": 466, "lineage": "7d8eaffb-719d-76c4-cedc-9ac5964ddeb6", "outputs": { "db_endpoint": { "value": "db-0.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-224227fdd80db2afa", "ami": "ami-02322fd4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-25988edd"], "subnet_id": "subnet-06791298", "key_name": "prod-deploy-key" } } ] } ] }