{ "version": 4, "terraform_version": "1.5.1", "serial": 426, "lineage": "7fffeab1-7629-7d9d-d002-1f5a4c5a9eb5", "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-bd41114b9f837a14c", "ami": "ami-5a4a92a0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8637b207"], "subnet_id": "subnet-51b00ccb", "key_name": "prod-deploy-key" } } ] } ] }