{ "version": 4, "terraform_version": "1.5.4", "serial": 385, "lineage": "db974d8b-9901-fb35-7756-47e4396e2805", "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-a6635262867f3d487", "ami": "ami-4d4b1f1a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a36a3dac"], "subnet_id": "subnet-9f26c9e6", "key_name": "prod-deploy-key" } } ] } ] }