{ "version": 4, "terraform_version": "1.5.8", "serial": 586, "lineage": "de0b87a6-34fd-caf1-2dd4-af9452018392", "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-64a0fb41e8457e640", "ami": "ami-3cbab531", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-889bd7e2"], "subnet_id": "subnet-0c078f1c", "key_name": "prod-deploy-key" } } ] } ] }