{ "version": 4, "terraform_version": "1.6.8", "serial": 205, "lineage": "4fdbb543-5da8-2415-77c9-36cd19b776b9", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-fcc0b092ff8c103bc", "ami": "ami-9e826ac7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4ca59f1b"], "subnet_id": "subnet-f8777b67", "key_name": "prod-deploy-key" } } ] } ] }