{ "version": 4, "terraform_version": "1.5.8", "serial": 333, "lineage": "eb8b58c8-852a-00e4-3cc0-6538b385f38b", "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-4be8568a70771f93c", "ami": "ami-73dc5c8a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c19c812b"], "subnet_id": "subnet-36526d6a", "key_name": "prod-deploy-key" } } ] } ] }