{ "version": 4, "terraform_version": "1.8.8", "serial": 233, "lineage": "df1869b5-905d-67ac-3a7e-3f55c3142512", "outputs": { "db_endpoint": { "value": "db-0.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-bbc582c4eee823884", "ami": "ami-ae259d69", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a5082936"], "subnet_id": "subnet-36a1f159", "key_name": "prod-deploy-key" } } ] } ] }