{ "version": 4, "terraform_version": "1.6.8", "serial": 278, "lineage": "169d80ff-c534-a524-c4bc-de420fe56248", "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-499b255a96ce1b376", "ami": "ami-d8b9222a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-8ac60837"], "subnet_id": "subnet-cca09245", "key_name": "prod-deploy-key" } } ] } ] }