{ "version": 4, "terraform_version": "1.5.7", "serial": 441, "lineage": "4e4cc9df-e805-77c8-d392-bdc376aed7ca", "outputs": { "db_endpoint": { "value": "db-4.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-c1e4c6beef74c2541", "ami": "ami-dc4e5150", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2ef1ec55"], "subnet_id": "subnet-4c03a77f", "key_name": "prod-deploy-key" } } ] } ] }