{ "version": 4, "terraform_version": "1.7.8", "serial": 243, "lineage": "3af28cc1-b5f6-04fc-126e-3c61b8b0f29f", "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-46966a47076bc5327", "ami": "ami-9d473d0b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a798624b"], "subnet_id": "subnet-2eaad54e", "key_name": "prod-deploy-key" } } ] } ] }