{ "version": 4, "terraform_version": "1.7.9", "serial": 153, "lineage": "97d71bcc-bdf5-d3de-fa56-8c5a0cbaa997", "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-810fe423db07d1f28", "ami": "ami-a048970e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2f99ab2b"], "subnet_id": "subnet-c70a0b37", "key_name": "prod-deploy-key" } } ] } ] }