{ "version": 4, "terraform_version": "1.5.2", "serial": 326, "lineage": "d6e42213-0094-33c5-919e-885afa49032a", "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-83839c693b4831436", "ami": "ami-c5f9e507", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0cc46b61"], "subnet_id": "subnet-387837ff", "key_name": "prod-deploy-key" } } ] } ] }