{ "version": 4, "terraform_version": "1.7.1", "serial": 288, "lineage": "79c281cb-f3f7-d707-db4a-38cfff741945", "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-243e1588f30c40ff2", "ami": "ami-f50b2a3f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-24771a6d"], "subnet_id": "subnet-2b0bcc0e", "key_name": "prod-deploy-key" } } ] } ] }