{ "version": 4, "terraform_version": "1.8.6", "serial": 530, "lineage": "567018ae-cc3c-1d58-f218-f9311741bb86", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-80d4a1f352f869d6e", "ami": "ami-399a4d22", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f86a7548"], "subnet_id": "subnet-356b518f", "key_name": "prod-deploy-key" } } ] } ] }