{ "version": 4, "terraform_version": "1.7.0", "serial": 248, "lineage": "a09df457-7872-2484-c310-c5caf0464710", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-f08c6c703451c9708", "ami": "ami-036aad0b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-24068c1e"], "subnet_id": "subnet-66416092", "key_name": "prod-deploy-key" } } ] } ] }