{ "version": 4, "terraform_version": "1.6.9", "serial": 202, "lineage": "9a90ac46-f144-1dcf-e1d9-ca51bb73bf95", "outputs": { "db_endpoint": { "value": "db-0.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-1956508e4e9d4a4fa", "ami": "ami-3e929a19", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3d5a636e"], "subnet_id": "subnet-e159b0cd", "key_name": "prod-deploy-key" } } ] } ] }