{ "version": 4, "terraform_version": "1.8.0", "serial": 460, "lineage": "5815fb60-07ae-6c10-2e2e-1057db1bdaf3", "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-521c5beb115d10503", "ami": "ami-b8c935da", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a320cd62"], "subnet_id": "subnet-c7b26750", "key_name": "prod-deploy-key" } } ] } ] }