{ "version": 4, "terraform_version": "1.7.1", "serial": 166, "lineage": "0644295e-8d79-87ac-2ae0-59fd439986f8", "outputs": { "db_endpoint": { "value": "db-3.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-03b9dc88396715845", "ami": "ami-bc443004", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f6fb7121"], "subnet_id": "subnet-61f1b4fd", "key_name": "prod-deploy-key" } } ] } ] }