{ "version": 4, "terraform_version": "1.5.0", "serial": 447, "lineage": "29a6429b-92f9-945f-acd4-e3f75d454424", "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-2d48d0fa0024f8906", "ami": "ami-472c66d9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b610510d"], "subnet_id": "subnet-ed1a34b1", "key_name": "prod-deploy-key" } } ] } ] }