{ "version": 4, "terraform_version": "1.8.7", "serial": 159, "lineage": "7bbe94bc-178a-e4c5-c599-9dd0b3089c53", "outputs": { "db_endpoint": { "value": "db-4.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-a747db16c6eaa666a", "ami": "ami-26ca843f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7bd7c4b6"], "subnet_id": "subnet-fd1ba576", "key_name": "prod-deploy-key" } } ] } ] }