{ "version": 4, "terraform_version": "1.6.2", "serial": 271, "lineage": "f8642a13-9b42-6ce5-2360-d34b92b0edb7", "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-ef1158794bb70df92", "ami": "ami-840a0600", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-aae405fd"], "subnet_id": "subnet-41ed060a", "key_name": "prod-deploy-key" } } ] } ] }