{ "version": 4, "terraform_version": "1.5.7", "serial": 201, "lineage": "d61fc4cc-6916-aff4-3eae-88dc5b4f44d1", "outputs": { "db_endpoint": { "value": "db-3.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-4391588481da15f04", "ami": "ami-dc49456d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-91fe853e"], "subnet_id": "subnet-847173b0", "key_name": "prod-deploy-key" } } ] } ] }