{ "version": 4, "terraform_version": "1.8.2", "serial": 101, "lineage": "13c1fc36-9d2d-dfd0-33ed-a1bc9fd6809a", "outputs": { "db_endpoint": { "value": "db-2.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-bb3503e003f55ce4a", "ami": "ami-aa2ead2f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-29d2142c"], "subnet_id": "subnet-3a878d6f", "key_name": "prod-deploy-key" } } ] } ] }