{ "version": 4, "terraform_version": "1.5.1", "serial": 107, "lineage": "69abd3af-8249-a0cc-5ce2-c01a4cf2d12b", "outputs": { "db_endpoint": { "value": "db-4.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-320e11e505ff12262", "ami": "ami-e24a41f1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6d790351"], "subnet_id": "subnet-c39b14d6", "key_name": "prod-deploy-key" } } ] } ] }