{ "version": 4, "terraform_version": "1.6.5", "serial": 281, "lineage": "90d7975e-a0a5-4973-ec20-6f5d01b847ed", "outputs": { "db_endpoint": { "value": "db-2.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-4083b3520b4d0ec01", "ami": "ami-b468b7b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc021cd7"], "subnet_id": "subnet-032225d4", "key_name": "prod-deploy-key" } } ] } ] }