{ "version": 4, "terraform_version": "1.5.3", "serial": 479, "lineage": "520b407e-e798-3f1b-633d-0b6b6e524a59", "outputs": { "db_endpoint": { "value": "db-2.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-0d5b3ec462d59c284", "ami": "ami-e72066a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c60bc7c6"], "subnet_id": "subnet-532b316a", "key_name": "prod-deploy-key" } } ] } ] }