{ "version": 4, "terraform_version": "1.7.3", "serial": 429, "lineage": "9cd75b89-dfed-2a3f-6c70-0c9c42a69d01", "outputs": { "db_endpoint": { "value": "db-4.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-37f3490146e9ebc5d", "ami": "ami-d4321b01", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0c236197"], "subnet_id": "subnet-4ab4b47f", "key_name": "prod-deploy-key" } } ] } ] }