{ "version": 4, "terraform_version": "1.5.3", "serial": 130, "lineage": "3a0fe089-81be-1f7a-e066-f73843e47fa2", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-d9eabde785cd1b1ff", "ami": "ami-8d5cf3b8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bfe97662"], "subnet_id": "subnet-566a139f", "key_name": "prod-deploy-key" } } ] } ] }