{ "version": 4, "terraform_version": "1.8.3", "serial": 477, "lineage": "c5277e27-c88a-96b6-863b-3f96cd681b65", "outputs": { "db_endpoint": { "value": "db-2.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-21663d12db1a56dfc", "ami": "ami-f75203f7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-36167787"], "subnet_id": "subnet-fe145b5a", "key_name": "prod-deploy-key" } } ] } ] }