{ "version": 4, "terraform_version": "1.5.1", "serial": 444, "lineage": "d37dc5bf-a941-1a25-c7f8-37599d083dfc", "outputs": { "db_endpoint": { "value": "db-0.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-6a405c772dd307a0a", "ami": "ami-70c26b00", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ff2cfaa3"], "subnet_id": "subnet-4febe86c", "key_name": "prod-deploy-key" } } ] } ] }