{ "version": 4, "terraform_version": "1.7.5", "serial": 349, "lineage": "3e648380-3cf1-b778-4ac1-5d7cb748fdcd", "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-15e181d93d7080172", "ami": "ami-52d101e0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-707d0dc5"], "subnet_id": "subnet-d81a528b", "key_name": "prod-deploy-key" } } ] } ] }