{ "version": 4, "terraform_version": "1.8.1", "serial": 326, "lineage": "936b3f3d-3f91-41b9-a4ba-b457b45cfcf6", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-17d42e656b01d10d2", "ami": "ami-6d6248c2", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c41b385e"], "subnet_id": "subnet-ca41fae7", "key_name": "prod-deploy-key" } } ] } ] }