{ "version": 4, "terraform_version": "1.7.1", "serial": 440, "lineage": "4b66060c-d5b5-ef3f-0bba-448163378c7e", "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-fa5768201f2cbf242", "ami": "ami-e507d75b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11859059"], "subnet_id": "subnet-e34aa1d8", "key_name": "prod-deploy-key" } } ] } ] }