{ "version": 4, "terraform_version": "1.5.4", "serial": 257, "lineage": "6c78c008-c9b4-2021-a97c-51764518f827", "outputs": { "db_endpoint": { "value": "db-0.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-7a11628c8bdaa2abc", "ami": "ami-2ffb5240", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3e2281b5"], "subnet_id": "subnet-c07758f2", "key_name": "prod-deploy-key" } } ] } ] }