{ "version": 4, "terraform_version": "1.8.1", "serial": 468, "lineage": "7b62ec69-f6be-a5a0-61cf-e2b9faba0247", "outputs": { "db_endpoint": { "value": "db-2.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-9dd805796e1bde141", "ami": "ami-8aad6b96", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3de25816"], "subnet_id": "subnet-3bd2c075", "key_name": "prod-deploy-key" } } ] } ] }