{ "version": 4, "terraform_version": "1.6.4", "serial": 306, "lineage": "ff4dbb08-fcde-fe1a-49ed-1812ced795b3", "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-a6ad83d43082ab8b0", "ami": "ami-aba4596b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-20927129"], "subnet_id": "subnet-fb742d5f", "key_name": "prod-deploy-key" } } ] } ] }