{ "version": 4, "terraform_version": "1.8.5", "serial": 391, "lineage": "24e88001-044c-450c-bf2d-7cf1392a3f8e", "outputs": { "db_endpoint": { "value": "db-1.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-9c856e92e9ccb4b52", "ami": "ami-8ee28a73", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-cc662caf"], "subnet_id": "subnet-f6e523be", "key_name": "prod-deploy-key" } } ] } ] }