{ "version": 4, "terraform_version": "1.7.3", "serial": 258, "lineage": "788a0e7c-24d6-da75-eee4-97bb620af8c9", "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-04470cd19548f72fc", "ami": "ami-9351e26d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a107972b"], "subnet_id": "subnet-791f19ee", "key_name": "prod-deploy-key" } } ] } ] }