{ "version": 4, "terraform_version": "1.7.5", "serial": 342, "lineage": "d7e3356b-a164-3063-b505-4ec95c2acb7a", "outputs": { "db_endpoint": { "value": "db-1.us-east-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-2748552cc5ad659fc", "ami": "ami-8814c0bc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1be0db95"], "subnet_id": "subnet-f98ed578", "key_name": "prod-deploy-key" } } ] } ] }