{ "version": 4, "terraform_version": "1.7.1", "serial": 215, "lineage": "b7ccd3f1-5710-6225-ff53-0c82f5e13307", "outputs": { "db_endpoint": { "value": "db-3.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-6074209745bb74676", "ami": "ami-6a79dba9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6392a923"], "subnet_id": "subnet-5e341a24", "key_name": "prod-deploy-key" } } ] } ] }