{ "version": 4, "terraform_version": "1.8.8", "serial": 376, "lineage": "1d3319ff-677a-c81d-d4c7-c0e0ffa39fd0", "outputs": { "db_endpoint": { "value": "db-1.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-a0fefa10b7509282b", "ami": "ami-5410ae99", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c2752fd5"], "subnet_id": "subnet-17136585", "key_name": "prod-deploy-key" } } ] } ] }