{ "version": 4, "terraform_version": "1.7.9", "serial": 126, "lineage": "b2cad0d5-94ba-9768-fd17-d402c6fc4219", "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-0ebbc828bf3b07f1e", "ami": "ami-55553476", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e6baab80"], "subnet_id": "subnet-ba6a730a", "key_name": "prod-deploy-key" } } ] } ] }